 .page {
     background-color: #0E2A2E;
 }

 body {
     margin: 0;
     display: flex;
     flex-direction: column;
     min-width: 128rem;
 }

 .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #005E60;
    height: 15rem;
    width: 100%;
}

.tittle {
    margin-left: 15rem;
    margin-top: 2rem;
    color: #FFFFFF;
    font-size: 7rem;
}

.subtext {
    margin-top: -0.8rem;
    margin-left: -6rem;
}

.logo {
   margin-left: 8rem;
   margin-top: -1rem;
   width: 25rem;
}
 .logo2 {
     color: #FFFFFF;
     margin-left: 1rem;

 }

 .section{
    overflow: hidden;
    background-image: url('../img/landing_image.png');
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    min-height: 568px;
    position: relative;
 }

 .button {
     margin-right: -12rem;
 }

 .btn {
     color: #FFFFFF;
     border: 1px solid #FFFFFF !important;
     width: 12rem;
     height: 4rem;
     padding-top: 0.75rem !important;
 }

 .btn-change {
     color: #006262;
     background-color: #D3FC52;
     border: 0px solid #FFFFFF !important;
 }

 .a {
     color: #FFFFFF !important;
     text-decoration: none;
 }

 li {
     margin-top: -1rem;
 }

 .footertip {
     display: flex;
     align-items: center;
     justify-content: space-between;
     font-size: 1.2rem;
     width: 100%;
     height: 2.5rem;
     color: #FFFFFF;
     background-color: #005E60;
 }

 .supporttext {
     margin-left: 6.5rem;
 }

 .supportlinks {
     color: #FFFFFF !important;
     margin-right: 2.5rem;
 }

 .centered {
     position: absolute;
     top: 12%;
     font-size: 7.5rem;
     line-height: 1 !important;
     margin-left: 8.5rem;
 }

 .footerText1 {
     list-style-type: none;
     color: #D3FC52;
     margin: 0;
     padding: 0;
     margin-top: -4rem;
     margin-right: -20rem;
 }

 .footerText2 {
     list-style-type: none;
     color: #D3FC52;
     margin: 0;
     padding: 0;
     margin-top: 1rem;
     margin-right: -20rem;
 }

 .footerText3 {
     list-style-type: none;
     color: #D3FC52;
     margin: 0;
     padding: 0;
     margin-top: -1.3rem;
     margin-right: 6rem
 }

 .contact {
     width: 15rem;
     color: #005E60;
     background-color: #D3FC52;
     border: 0px solid #FFFFFF !important;
     margin-left: 7rem;
     margin-top: -4rem;
 }

 .side-modal {
     z-index: 3;
     display: none;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     padding-left: 66rem;
     background-color: rgba(0, 0, 0, 0.4);
 }

 .side-modal-content {
     color: #FFFFFF;
     margin-left: auto;
     background-color: #005E60;
     position: relative;
     padding: 0;
     outline: 0;
     width: 32rem;
     height: 54rem;
 }

 .actions {
     display: flex;
     justify-content: flex-end;
     margin: 1.5rem;
     margin-top: 21rem;
 }

 .ml-1 {
     margin-left: 1.3rem !important;
 }

 .mt-1 {
     margin-top: 2rem !important;
 }

 .mt-2 {
     margin-top: 2rem !important;
 }

 .B2BAccount {
     border: 1px solid #FFFFFF !important;
     border-radius: 4px;
     height: 13.5rem;
     width: 30rem;
     margin: 3rem 1rem 1rem 1rem;
     display: none;
 }

 .account {
     margin-top: 1.5rem;
 }

 .side-container {
     height: 27rem;
 }

 input[type='radio'] {
     appearance: none;
     width: 1.4rem;
     height: 1.4rem;
     border: 2px solid #FFFFFF;
     border-radius: 50%;
     outline: none;
 }

 input[type='radio']:before {
     content: '';
     display: block;
     width: 60%;
     height: 60%;
     margin: 20% auto;
     border-radius: 50%;
 }

 input[type='radio']:checked:before {
     background: #D3FC52;
     width: 0.8rem !important;
     height: 0.9rem !important;
     margin-top: 0.05rem !important;
 }

 .footer {
     display: flex;
     align-items: center;
     justify-content: space-between;
     background-color: #0D2A2E;
     height: 20rem;
     width: 100%;
     color: #FFFFFF;
 }

 .globeimg{
    height: 1.4 rem;
    width: 1.8rem;
 }

 @media only screen and (min-width: 1200px) and (max-width: 1350px) {
     body {
         zoom: 80%;
     }
 }

 @media only screen and (min-width: 900px) and (max-width: 1119px) {
     body {
         zoom: 70%;
     }
 }